Skip to content

Conversation

@StanFromIreland
Copy link
Member

@StanFromIreland StanFromIreland commented Nov 22, 2025

This also had to be done in CPython recently: 140425

Failure when an older version is installed
Extension error (sphinxext.opengraph)!

Versions
========

* Platform:         linux; (Linux-6.17.8-200.fc42.x86_64-x86_64-with-glibc2.41)
* Python version:   3.13.9 (CPython)
* Sphinx version:   8.2.1
* Docutils version: 0.21.2
* Jinja2 version:   3.1.5
* Pygments version: 2.19.1

Last Messages
=============

    copying assets...
    copying static files...
    Writing evaluated template result to /home/stan/dev/devguide/_build/html/_static/basic.css
    Writing evaluated template result to /home/stan/dev/devguide/_build/html/_static/documentation_options.js
    Writing evaluated template result to /home/stan/dev/devguide/_build/html/_static/language_data.js
    Writing evaluated template result to /home/stan/dev/devguide/_build/html/_static/copybutton.js
    copying static files: done
    copying extra files...
    copying extra files: done
    copying assets: done

Loaded Extensions
=================

* sphinx.ext.mathjax (8.2.1)
* alabaster (1.0.0)
* sphinxcontrib.applehelp (2.0.0)
* sphinxcontrib.devhelp (2.0.0)
* sphinxcontrib.htmlhelp (2.1.0)
* sphinxcontrib.serializinghtml (2.0.0)
* sphinxcontrib.qthelp (2.0.0)
* notfound.extension (1.1.0)
* sphinx.ext.extlinks (8.2.1)
* sphinx.ext.intersphinx (8.2.1)
* sphinx.ext.todo (8.2.1)
* sphinx_copybutton (0.5.2)
* sphinx_inline_tabs (2023.04.21)
* sphinxext.opengraph (unknown version)
* sphinxext.rediraffe (unknown version)
* furo (2024.08.06)
* sphinx_basic_ng (1.0.0.beta2)

Traceback
=========

      File "/home/stan/dev/devguide/venv/lib64/python3.13/site-packages/sphinx/events.py", line 415, in emit
        raise ExtensionError(
        ...<4 lines>...
        ) from exc
    sphinx.errors.ExtensionError: Handler <function html_page_context at 0x7f1c75d1bd80> for event 'html-page-context' threw an exception (exception: can only concatenate list (not "tuple") to list)

📚 Documentation preview 📚: https://cpython-devguide--1698.org.readthedocs.build/

@AA-Turner
Copy link
Member

@StanFromIreland please use meaningful commit messages.

This is the merge screen, which unless changed provides no useful information in the Git history. It is also useful to reviewers to have meaningful commit messages within the branch.

image

A

@AA-Turner AA-Turner merged commit 1cfdb00 into python:main Nov 24, 2025
6 checks passed
@StanFromIreland StanFromIreland deleted the opengraph-req branch November 24, 2025 19:53
@StanFromIreland
Copy link
Member Author

This is the merge screen, which unless changed provides no useful information in the Git history.

Might I suggest changing it to use the PR title instead?

image

Thanks for letting me know, I can copy the title to the commit message for this repository.

@AA-Turner
Copy link
Member

@StanFromIreland this is a broader point -- please use meaningful commit messages generally when making open source contributions. They don't need to be long (I generally don't include a description), but it is a good practice to get into the habit of.

A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants